home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_qt.idb / usr / freeware / include / Qt / qobjcoll.h.z / qobjcoll.h
Encoding:
C/C++ Source or Header  |  1998-10-28  |  481 b   |  20 lines

  1. /****************************************************************************
  2. ** $Id: qobjcoll.h,v 1.1 1998/06/16 15:48:36 warwick Exp $
  3. **
  4. ** Definition of QObject and QMetaObject collections
  5. **
  6. ** Created : 940807
  7. **
  8. ** Copyright (C) 1994-1997 by Troll Tech AS.  All rights reserved.
  9. **
  10. *****************************************************************************/
  11.  
  12. #ifndef QOBJCOLL_H
  13. #define QOBJCOLL_H
  14.  
  15. #include <qobjectlist.h>
  16. #include <qobjectdict.h>
  17.  
  18. #endif // QOBJCOLL_H
  19.  
  20.